.quantitynum {
    float: left;
    /* display: flex;
    flex-direction: column;
    gap: 10px; */
}

.quantitynum i:first-of-type {
    border-radius: 4px 0 0 4px;
    border-right: 0;
    line-height: 35px;
}
.quantitynum i {
    float: left;
    padding: 0 7px;
    width: 35px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #ededed;
    height: 40px;
    cursor: pointer;
    font-style: normal;
}
.quantitynum i:last-of-type {
    border-radius: 0 4px 4px 0;
    border-left: 0;
    line-height: 35px;
}

.quantitynum .qty {
    float: left;
    padding: 0 5px;
    width: 55px;
    border: 1px solid #ededed;
    text-align: center;
    height: 40px;
    line-height: 26px;
    box-shadow: 0;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    font-size: 14px;
    border-radius: 0;
}

@media (min-width: 740px) {
    .quantitynum i:first-of-type {
        line-height: 30px;
    }
    .quantitynum i {
        width: 30px;

        height: 30px;
    }
    .quantitynum i:last-of-type {
        line-height: 30px;
    }

    .quantitynum .qty {
        width: 45px;
        height: 30px;
        line-height: 26px;
    }
}
@media (min-width: 1113px) {
}
